Tasks
Cancel a blocking task
Cancels a blocking task.
Tasks that ran into an error will block your crawler’s schedule. To unblock the crawler, cancel the blocking task.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Crawler ID.
Example:
"e0f6db8a-24f5-4092-83a4-1b2c6cb6d809"
Task ID.
Example:
"98458796-b7bb-4703-8b1b-785c1080b110"
Response
200
OK